Converts a dense matrix to an MSR matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The dense matrix to convert. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
The error object to be updated. |
The MSR matrix.